Skip to content

Commit 35fb85c

Browse files
anthonyfokKeng-Yu Lin
authored andcommitted
Fix license information (#13)
* Fix COPYING, should be GPL-2.0-or-later * Fix FSF address in source file headers
1 parent 0a7f0e1 commit 35fb85c

File tree

18 files changed

+333
-668
lines changed

18 files changed

+333
-668
lines changed

COPYING

Lines changed: 282 additions & 617 deletions
Large diffs are not rendered by default.

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
SUBDIRS = \
2222
src \

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
1818
#
19-
# You should have received a copy of the GNU General Public License
20-
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+
# You should have received a copy of the GNU General Public License along
20+
# with this program; if not, write to the Free Software Foundation, Inc.,
21+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2222

2323
# if not 1, append datestamp to the version number.
2424
m4_define([package_name], [ibus-array])

data/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
tables_DATA = \
2222
array.db \

data/cin2sqlite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
# GNU General Public License for more details.
1717
#
18-
# You should have received a copy of the GNU General Public License
19-
# along with this program; if not, write to the Free Software
20-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
# You should have received a copy of the GNU General Public License along
19+
# with this program; if not, write to the Free Software Foundation, Inc.,
20+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2121

2222
from pysqlite2 import dbapi2 as sqlite
2323
from sys import argv

data/emptyDB.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
# GNU General Public License for more details.
1717
#
18-
# You should have received a copy of the GNU General Public License
19-
# along with this program; if not, write to the Free Software
20-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
# You should have received a copy of the GNU General Public License along
19+
# with this program; if not, write to the Free Software Foundation, Inc.,
20+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2121

2222
from pysqlite2 import dbapi2 as sqlite
2323
from sys import argv

icons/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
icons_DATA = \
2222
ibus-array.png \

m4/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
EXTRA_DIST = \
2222
as-version.m4 \

setup/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
setup_hangul_PYTHON = \
2222
main.py \

setup/config.py.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020

2121
prefix = "@prefix@"
2222
datadir = "@prefix@/share"

0 commit comments

Comments
 (0)