updated the copyright and license for the files that list copyright to M.Kawamura. Based on r29897.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43003 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// CannaCommon.h
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
// Common data and variable definition for CannaIM
|
* Distributed under the terms of the MIT License.
|
||||||
// (c) 1999 Masao Kawamura
|
*
|
||||||
//
|
* Copyright 1999 M.Kawamura
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _CANNACOMMON_H
|
#ifndef _CANNACOMMON_H
|
||||||
#define _CANNACOMMON_H
|
#define _CANNACOMMON_H
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// CannaInterface.cpp
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
// canna library wrapper
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Copyright 1999 M.Kawamura
|
||||||
|
*/
|
||||||
|
|
||||||
// This is a part of...
|
|
||||||
// CannaIM
|
|
||||||
// version 1.0
|
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "CannaInterface.h"
|
#include "CannaInterface.h"
|
||||||
#include <UTF8.h>
|
#include <UTF8.h>
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// CannaInterface.h
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
// canna library wrapper
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Copyright 1999 M.Kawamura
|
||||||
|
*/
|
||||||
|
|
||||||
// This is a part of...
|
|
||||||
// CannaIM
|
|
||||||
// version 1.0
|
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _CANNA_INTERFACE_H
|
#ifndef _CANNA_INTERFACE_H
|
||||||
#define _CANNA_INTERFACE_H
|
#define _CANNA_INTERFACE_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2009 Haiku Inc. All rights reserved.
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Copyright 1999 M.Kawamura
|
* Copyright 1999 M.Kawamura
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2009 Haiku Inc. All rights reserved.
|
* Copyright 2007-2009 Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Copyright 1999 M.Kawamura
|
* Copyright 1999 M.Kawamura
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CANNA_LOOPER_H
|
#ifndef CANNA_LOOPER_H
|
||||||
#define CANNA_LOOPER_H
|
#define CANNA_LOOPER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// KouhoWindow.cpp
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
//
|
* Distributed under the terms of the MIT License.
|
||||||
// This is a part of...
|
*
|
||||||
// CannaIM
|
* Copyright 1999 M.Kawamura
|
||||||
// version 1.0
|
*/
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// KouhoWindow.h
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
//
|
* Distributed under the terms of the MIT License.
|
||||||
// This is a part of...
|
*
|
||||||
// CannaIM
|
* Copyright 1999 M.Kawamura
|
||||||
// version 1.0
|
*/
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef KOUHOWINDOW_H
|
#ifndef KOUHOWINDOW_H
|
||||||
#define KOUHOWINDOW_H
|
#define KOUHOWINDOW_H
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// PaletteWindow.cpp
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
//
|
* Distributed under the terms of the MIT License.
|
||||||
// This is a part of...
|
*
|
||||||
// CannaIM
|
* Copyright 1999 M.Kawamura
|
||||||
// version 1.0
|
*/
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "CannaCommon.h"
|
#include "CannaCommon.h"
|
||||||
#include "PaletteWindow.h"
|
#include "PaletteWindow.h"
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// PaletteWindow.h
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
//
|
* Distributed under the terms of the MIT License.
|
||||||
// This is a part of...
|
*
|
||||||
// CannaIM
|
* Copyright 1999 M.Kawamura
|
||||||
// version 1.0
|
*/
|
||||||
// (c) 1999 M.Kawamura
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PALETTEWINDOW_H
|
#ifndef PALETTEWINDOW_H
|
||||||
#define PALETTEWINDOW_H
|
#define PALETTEWINDOW_H
|
||||||
|
|||||||
Reference in New Issue
Block a user