Add license note to lots of files and add EXPAT file.
This commit is contained in:
parent
cee341f407
commit
c1aff9030f
20 changed files with 47 additions and 1 deletions
2
AUTHORS
2
AUTHORS
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
Developers:
|
||||
Christian Dywan <christian@twotoasts.de>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
v0.0.21:
|
||||
+ Update some translations
|
||||
+ Show progress in location when statusbar is hidden
|
||||
|
|
18
EXPAT
Normal file
18
EXPAT
Normal file
|
@ -0,0 +1,18 @@
|
|||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2
HACKING
2
HACKING
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
It is 4 spaces, no tabs, preferrably at 80 columns per line.
|
||||
|
||||
The preferred coding style is explained by example.
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
+++ Installing Midori +++
|
||||
|
||||
Building and installing Midori is straightforward.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = katze midori po icons
|
||||
|
|
2
README
2
README
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
Midori is a lightweight web browser.
|
||||
|
||||
* Full integration with GTK+2.
|
||||
|
|
2
TODO
2
TODO
|
@ -1,3 +1,5 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
TODO:
|
||||
. Revamp bookmarks UI, including creating of bookmark folders
|
||||
. Use an update timeout in KatzePropertyProxy instead of only focus-out
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
# Register ourselves to autoconf
|
||||
AC_INIT([midori], [0.0.21], [http://www.twotoasts.de/bugs])
|
||||
AC_CONFIG_SRCDIR([midori/midori-stock.h])
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
import pproc as subprocess
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
:Author: Christian Dywan
|
||||
:Contact: christian@twotoasts.de
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
:Copyright: This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
Stylesheet for Midori's documentation based on a version of Enrico Troeger.
|
||||
*/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
iconsdir = $(datadir)/icons/hicolor/scalable/apps
|
||||
icons_DATA = scalable/midori.svg
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
def add_image (bld, install_files, category, name):
|
||||
import os
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
INCLUDES = \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBXML_CFLAGS)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
obj = bld.create_obj ('cc', 'staticlib')
|
||||
obj.name = 'katze'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
echo "no" | glib-gettextize --force --copy
|
||||
intltoolize --copy --force --automake
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
INCLUDES = \
|
||||
$(UNIQUE_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
obj = bld.create_obj ('cc', 'program')
|
||||
obj.target = 'midori'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
import Params
|
||||
import pproc as subprocess
|
||||
|
|
1
wscript
1
wscript
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
# WAF build script for midori
|
||||
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
import Params
|
||||
import pproc as subprocess
|
||||
|
|
Loading…
Reference in a new issue